3.31.74 \(\int (a+b x)^m (c+d x)^{-1-m} \, dx\) [3074]

Optimal. Leaf size=75 \[ -\frac {(a+b x)^m \left (-\frac {d (a+b x)}{b c-a d}\right )^{-m} (c+d x)^{-m} \, _2F_1\left (-m,-m;1-m;\frac {b (c+d x)}{b c-a d}\right )}{d m} \]

[Out]

-(b*x+a)^m*hypergeom([-m, -m],[1-m],b*(d*x+c)/(-a*d+b*c))/d/m/((-d*(b*x+a)/(-a*d+b*c))^m)/((d*x+c)^m)

________________________________________________________________________________________

Rubi [A]
time = 0.02, antiderivative size = 75, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, integrand size = 19, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.105, Rules used = {72, 71} \begin {gather*} -\frac {(a+b x)^m (c+d x)^{-m} \left (-\frac {d (a+b x)}{b c-a d}\right )^{-m} \, _2F_1\left (-m,-m;1-m;\frac {b (c+d x)}{b c-a d}\right )}{d m} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[(a + b*x)^m*(c + d*x)^(-1 - m),x]

[Out]

-(((a + b*x)^m*Hypergeometric2F1[-m, -m, 1 - m, (b*(c + d*x))/(b*c - a*d)])/(d*m*(-((d*(a + b*x))/(b*c - a*d))
)^m*(c + d*x)^m))

Rule 71

Int[((a_) + (b_.)*(x_))^(m_)*((c_) + (d_.)*(x_))^(n_), x_Symbol] :> Simp[((a + b*x)^(m + 1)/(b*(m + 1)*(b/(b*c
 - a*d))^n))*Hypergeometric2F1[-n, m + 1, m + 2, (-d)*((a + b*x)/(b*c - a*d))], x] /; FreeQ[{a, b, c, d, m, n}
, x] && NeQ[b*c - a*d, 0] &&  !IntegerQ[m] &&  !IntegerQ[n] && GtQ[b/(b*c - a*d), 0] && (RationalQ[m] ||  !(Ra
tionalQ[n] && GtQ[-d/(b*c - a*d), 0]))

Rule 72

Int[((a_) + (b_.)*(x_))^(m_)*((c_) + (d_.)*(x_))^(n_), x_Symbol] :> Dist[(c + d*x)^FracPart[n]/((b/(b*c - a*d)
)^IntPart[n]*(b*((c + d*x)/(b*c - a*d)))^FracPart[n]), Int[(a + b*x)^m*Simp[b*(c/(b*c - a*d)) + b*d*(x/(b*c -
a*d)), x]^n, x], x] /; FreeQ[{a, b, c, d, m, n}, x] && NeQ[b*c - a*d, 0] &&  !IntegerQ[m] &&  !IntegerQ[n] &&
(RationalQ[m] ||  !SimplerQ[n + 1, m + 1])

Rubi steps

\begin {align*} \int (a+b x)^m (c+d x)^{-1-m} \, dx &=\left ((a+b x)^m \left (\frac {d (a+b x)}{-b c+a d}\right )^{-m}\right ) \int (c+d x)^{-1-m} \left (-\frac {a d}{b c-a d}-\frac {b d x}{b c-a d}\right )^m \, dx\\ &=-\frac {(a+b x)^m \left (-\frac {d (a+b x)}{b c-a d}\right )^{-m} (c+d x)^{-m} \, _2F_1\left (-m,-m;1-m;\frac {b (c+d x)}{b c-a d}\right )}{d m}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.06, size = 74, normalized size = 0.99 \begin {gather*} -\frac {(a+b x)^m \left (\frac {d (a+b x)}{-b c+a d}\right )^{-m} (c+d x)^{-m} \, _2F_1\left (-m,-m;1-m;\frac {b (c+d x)}{b c-a d}\right )}{d m} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[(a + b*x)^m*(c + d*x)^(-1 - m),x]

[Out]

-(((a + b*x)^m*Hypergeometric2F1[-m, -m, 1 - m, (b*(c + d*x))/(b*c - a*d)])/(d*m*((d*(a + b*x))/(-(b*c) + a*d)
)^m*(c + d*x)^m))

________________________________________________________________________________________

Maple [F]
time = 0.04, size = 0, normalized size = 0.00 \[\int \left (b x +a \right )^{m} \left (d x +c \right )^{-1-m}\, dx\]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((b*x+a)^m*(d*x+c)^(-1-m),x)

[Out]

int((b*x+a)^m*(d*x+c)^(-1-m),x)

________________________________________________________________________________________

Maxima [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Failed to integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x+a)^m*(d*x+c)^(-1-m),x, algorithm="maxima")

[Out]

integrate((b*x + a)^m*(d*x + c)^(-m - 1), x)

________________________________________________________________________________________

Fricas [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x+a)^m*(d*x+c)^(-1-m),x, algorithm="fricas")

[Out]

integral((b*x + a)^m*(d*x + c)^(-m - 1), x)

________________________________________________________________________________________

Sympy [F(-1)] Timed out
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Timed out} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x+a)**m*(d*x+c)**(-1-m),x)

[Out]

Timed out

________________________________________________________________________________________

Giac [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x+a)^m*(d*x+c)^(-1-m),x, algorithm="giac")

[Out]

integrate((b*x + a)^m*(d*x + c)^(-m - 1), x)

________________________________________________________________________________________

Mupad [F]
time = 0.00, size = -1, normalized size = -0.01 \begin {gather*} \int \frac {{\left (a+b\,x\right )}^m}{{\left (c+d\,x\right )}^{m+1}} \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((a + b*x)^m/(c + d*x)^(m + 1),x)

[Out]

int((a + b*x)^m/(c + d*x)^(m + 1), x)

________________________________________________________________________________________